OpenRoads Designer CONNECT Edition SDK Help

ProjectPointOnSkewAll(DPoint3d, Double, Double, Double) Method

Projects a point onto an element with a skewed angle. Gets all the projection.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPointCollection ProjectPointOnSkewAll( DPoint3d point,double skewAngle,double offset,double ptToPtTolerance)

Parameters

SettingDescription
  DPoint3d Point to project.
   Angle to project at.
    
   Tolerance used to calculate the point.

Return Value

LinearPointCollection All the Points projected on element

Remarks

To obtain the point to point tolerance that is passed as parameter calculation will be performed with a precision equal to ptToPtTolerance/100.

See Also